***************************************************************

 Installation instructions for the
		    ChungHwa TL USB MultiCard HiKey 10 Smartcard reader 
	    
 Version 1.0.4 FOR Mac OSX tiger 10.4.10

***************************************************************
------------------------------
What is new in this release ?
------------------------------
- Version 1.0.4
  Date: 2007/08/22
  First release of the Mac OSX tiger 10.4.10 PC/SC driver for Chtlusb02
  

------------------------------
 What you need
------------------------------

Get the latest version of PCSC Lite by David Corcoran.
You can get the latest version of PCSC Lite from:

http://www.linuxnet.com/middle.html

This instruction describes installation of PCSC Lite Ver. 1.4.4

You'll need root privilegs to install PCSC and the driver and to run
the pcsc - daemon.

You'll also need a Mac OSX tiger 10.4.10 with USB either compiled in.

**Install LibUSB-0.1.12:
  http://www.linuxfromscratch.org/blfs/view/svn/general/libusb.html


------------------------------
 Installation
------------------------------

**Install PCSC Lite 1.4.4:
---------------------

SEE more detail informations for PCSC-LITE in:
http://www.linuxnet.com/middle.html


**Install LibUSB-0.1.12:
http://www.linuxfromscratch.org/blfs/view/svn/general/libusb.html
 
 
To install the driver:
----------------------
NOTE: PC/SC Lite 1.4.4 & LibUSB-0.1.12 must be installed before you can install the driver

Execute following command

 # make install

To uninstall the driver:
----------------------

Execute following command

 # make clean


------------------------------
 Trouble Shooting
------------------------------

[1]
Q: PCSCLite reports errors starting the reader driver (open port failed)!
-----
A: Make sure that there is no 'old' entry for the USB reader in /etc/reader.conf.

[2]
Q: After plugging in the reader PCSCLite says that loading the reader driver failed!
-----
A: Please check reader hardware is fine! the power LED is red, then insert smart card
	will see the card LED is green up!!
	
[3]
Q: PCSCLite can't run!
-----
A: 	1.Check PCSCLite install success?
		in /usr/local/sbin directory should be pcscd file.	
		
	2.Delete /var/run files to restart pcscd:
	 	rm -r /var/run/pcscd.pub
 		rm -r /var/run/pcscd.pid
